CollectionViewSectionInformation(INotifyCollectionChanged, Func
Defined in
Type: CollectionViewSectionInformationReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
Overloads¶
- 1.
public CollectionViewSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString> cellKeySelector) - 2.
public CollectionViewSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString> cellKeySelector, Action<TCell>? initializeCellAction) - 3.
public CollectionViewSectionInformation(INotifyCollectionChanged collection, NSString cellKey) - 4.
public CollectionViewSectionInformation(INotifyCollectionChanged collection, NSString cellKey, Action<TCell>? initializeCellAction)
1. Overload¶
public CollectionViewSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString> cellKeySelector)
Summary: Initializes a new instance of the CollectionViewSectionInformation class.
Parameters
| Name | Type | Description |
|---|---|---|
collection | INotifyCollectionChanged | The notify collection changed. |
cellKeySelector | Func | The key selector function. |
2. Overload¶
public CollectionViewSectionInformation(INotifyCollectionChanged collection, Func<object?, NSString> cellKeySelector, Action<TCell>? initializeCellAction)
Summary: Initializes a new instance of the CollectionViewSectionInformation class.
Parameters
| Name | Type | Description |
|---|---|---|
collection | INotifyCollectionChanged | The notify collection changed. |
cellKeySelector | Func | The key selector function. |
initializeCellAction | Action | The cell initialization action. |
3. Overload¶
public CollectionViewSectionInformation(INotifyCollectionChanged collection, NSString cellKey)
Summary: Initializes a new instance of the CollectionViewSectionInformation class.
Parameters
| Name | Type | Description |
|---|---|---|
collection | INotifyCollectionChanged | The notify collection changed. |
cellKey | NSString | The key selector function. |
4. Overload¶
public CollectionViewSectionInformation(INotifyCollectionChanged collection, NSString cellKey, Action<TCell>? initializeCellAction)
Summary: Initializes a new instance of the CollectionViewSectionInformation class.
Parameters
| Name | Type | Description |
|---|---|---|
collection | INotifyCollectionChanged | The notify collection changed. |
cellKey | NSString | The key selector function. |
initializeCellAction | Action | The cell initialization action. |